home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / configure.bat < prev    next >
Encoding:
DOS Batch File  |  1996-07-04  |  435 b   |  18 lines

  1. @echo off
  2.  
  3. chdir libiberty
  4. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. chdir ..\bfd
  6. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. chdir ..\opcodes
  8. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. chdir ..\gprof
  10. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. chdir ..\binutils
  12. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. chdir ..\gas
  14. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. chdir ..\ld
  16. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  17. chdir ..
  18.